home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / finances income.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.4 KB  |  72 lines

  1. <panel>
  2.  
  3.     <record id="smry">
  4.         <flags id="mode" value="1"/>             <!-- draw box -->
  5.         <flags id="bsty" value="no_border"/>     <!-- box style -->
  6.         <colour id="bcol" name="black"/>        <!-- box colour -->
  7.         <real id="btrn" value="0.2"/>
  8.     </record>
  9.  
  10.     <container class="titled_box" title="Finances - Income">
  11.     
  12.         <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/>
  13.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
  14.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" />        
  15.  
  16.         <boolean id="save_current_state" value="true"/>
  17.         <boolean id="save_default_state" value="true"/>
  18.         
  19.         <widget class="table" id="fnic" name="Income" select_event="slrw">
  20.         
  21.             <flags id="layo" value="-100, -40, -40, -40, -40"/>
  22.             <flags id="mode" value="fill_rows,fill_custom_rows,printable,select_rows,show_bullets,dont_allow_empty_selection"/>
  23.             <boolean id="stretch_to_fit_rows" value="true"/>
  24.             <boolean id="scst" value="true"/>
  25.             
  26.             
  27.             <!-- default properties adopted by every item in table -->
  28.             <record id="default_properties">
  29.                 <flags id="algn" value="left,centre_y"/>
  30.             </record>
  31.  
  32.             <!-- table headings -->
  33.             <list id="headings">
  34.                 <record><string value="Item"/><flags id="algn" value="left,centre_y"/></record>
  35.                 <record><string value="This Month"/><flags id="algn" value="left,centre_y"/></record>
  36.                 <record><string value="Last Month"/><flags id="algn" value="left,centre_y"/></record>
  37.                 <record><string value="This Season"/><flags id="algn" value="left,centre_y"/></record>
  38.                 <record><string value="Last Season"/><flags id="algn" value="left,centre_y"/></record>
  39.             </list>
  40.             
  41.             <!-- column properties -->                
  42.             <list id="column_properties">
  43.                 <record indx="0">
  44.                     <flags id="algn" value="left,centre_y"/>
  45.                 </record>
  46.             </list>
  47.  
  48.             <!-- disable sorting on all columns -->                
  49.             <list id="column_display_properties">
  50.                 <record indx="0">
  51.                     <boolean id="sort_disabled" value="true"/>
  52.                 </record>
  53.                 <record indx="1">
  54.                     <boolean id="sort_disabled" value="true"/>
  55.                 </record>
  56.                 <record indx="2">
  57.                     <boolean id="sort_disabled" value="true"/>
  58.                 </record>
  59.                 <record indx="3">
  60.                     <boolean id="sort_disabled" value="true"/>
  61.                 </record>
  62.                 <record indx="4">
  63.                     <boolean id="sort_disabled" value="true"/>
  64.                 </record>
  65.             </list>
  66.  
  67.         </widget>        
  68.         
  69.         <!-- finance history panel-->
  70.         <widget class="finance_history_panel" id="fnhs"/>
  71.     </container>
  72. </panel>